MySQL server has gone away
fetch_all(array (
0 => '
SELECT
product.id,
product.*,
product.name_1 as name,
product.brief_1 as brief,
product.image_url,
product.name_id,
product.small_thumb_url,
product.hitcount,
product.code
FROM
product
inner join category on category.id = product.category_id
WHERE
product.status<>"HIDE"
ORDER BY
product.position desc,product.time desc
LIMIT
288,18
',
)
) at packages/mobile/modules/MProductList/db.php:26,
get_products(array (
0 => 'product.status<>"HIDE"',
1 => 18,
)
) at packages/mobile/modules/MProductList/forms/list.php:30,
on_draw() at cache/pages/san-pham-mobile.cache.php:305,
run() at index.php:151